@charset "UTF-8";
* {
    box-sizing: border-box;
}
/* html,body{height: 100%;} */
body {
    line-height: 1.5;
    /* font-family: "Microsoft YaHei"; */
    /*background: #F0F0F2;*/
    font-family: "Verdana, Geneva, sans-serif";
    font-size: 14px;
    background-image:url("../images/bk1.png");
    overflow-x:hidden;
}
@media (max-width:767px){
    body{
        max-width:767px;
        background-color: #fff;
        background-image: none;
    }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td ,i{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ol, ul {
    list-style: none
}
i{
    font-style: normal;
}

a {
    text-decoration: none;
    /*color: #9A9BA0;*/
}

a:hover {
    text-decoration: none;
}
img{
    max-width:100%;
    height:auto;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.po_relative{
    position: relative;
}
.po_absolute{
    position: absolute;
}
.left {
    float: left
}
.right {
    float: right
}
.none{
    display: none;
}
.block{
    display: block;
}
.inlineBlock{
    display: inline-block;
}
.w1068{
    width: 1068px;
    margin: 0 auto;
}

input[type="text"],button{
    border: 0;
    outline: none;
}

.mgt30{
    margin-top: 30px;
}
.mgt20{
    margin-top: 20px;
}
.mgt20{
    margin-top: 10px;
}


/*单行显示省略号*/
.slh_1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*两行显示省略号*/
.slh_2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
/*三行*/
.slh_3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
/*四行*/
.slh_4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

input[type="text"],
input[type="password"],
select {
    height: 30px;
    line-height: 30px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url("../img/icon_select.png") no-repeat scroll right center transparent;*/
    padding-right: 20px;
}

select::-ms-expand {
    display: none;
}
a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 12px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333;
    font-size: 12px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
    font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
    font-size: 12px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
    /* border: 1px solid #3d9ce0; */
}


/*多选框*/

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    height: 14px;
    width: 14px;
    margin-right: 10px;
    position: relative;
}

input[type="checkbox"]:hover {
    border-color: #409EFF;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #409EFF;
    border-color: #409EFF;
}

input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 4px;
    width: 2px;
    height: 8px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*单选*/

input[type="radio"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: 1px solid #DCDFE6;
    border-radius: 9px;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: relative;
}

input[type="radio"]:hover {
    border-color: #409EFF;
    cursor: pointer;
}

input[type="radio"]:checked {
    background-color: #409EFF;
    border-color: #409EFF;
}

input[type=radio]:checked::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 12px;
    height: 12px;
    background: rgba(42, 164, 241, 1);
    border-radius: 16px;
    top: 0;
    right: 0;
    margin: auto;
    border: 2px solid #fff;
}

/* 版心 */
.heart{
    width:1164px;
    margin:0 auto;
    background-color: #fff;
}
@media (max-width:1180px){
    .heart{
        width:100%;
        margin:0 auto;
        background-color: #fff;
    }
}
/* 版心内容 */
.heart_wrap{
    width:1068px;
    height:100%;
    margin:0 auto;
}
#td-mobile-nav{
    display:none;
}
#mobile-search{
    display:none;
}
@media (max-width:1140px) and (min-width:1019px){
    .heart_wrap{
        width:980px;
        height:100%;
        margin:0 auto;
    }
}
@media (max-width:1018px) and (min-width:768px){
    .heart_wrap{
        width:740px;
        height:100%;
        margin:0 auto;
    }
}
@media (max-width:767px){
    .heart_wrap{
        width:100%;
        height:100%;
        padding-left:20px;
        padding-right:20px;
    }
    .hidden-xs{
        display:none;
    }
}
/* 动画 */

@keyframes leftEnter{
    from{
        left:-100%;
    }
    to{
        left:0;
    }
}
@keyframes leftLeave{
    from{
        left:0;
    }
    to{
        left:-100%;
    }
}
@keyframes rightEnter{
    from{
        right:-100%;
    }
    to{
        right:0;
    }
}
@keyframes rightLeave{
    from{
        right:0;
    }
    to{
        right:-100%;
    }
}
@font-face {
    font-family: 'newspaper';
    src: url('../fonts/newspaper.eot?14');
    src:url('../fonts/newspaper.eot?14#iefix') format('embedded-opentype'),  url('../fonts/newspaper.woff') format('woff'), url('../fonts/newspaper.ttf') format('truetype'); 
    /* url('../fonts/newspaper.svg?14#newspaper') format('svg'); */
    font-weight: normal;
    font-style: normal;
}
[class^="td-icon-"]:before, [class*=" td-icon-"]:before{
    font-family: 'newspaper';

}
.td-icon-mobile:before{
    content:'\e83e';
}
.td-icon-search:before{
    content:'\e80a'
}
.td-icon-close-mobile:before{
    content:'\e900'
}
.td-mobile-content .td-icon-menu-right:before{
    content:'\e83d'
}
.td-icon-read-down:before{
    content:'\e83d'
}
.td-icon-menu-up:before{
    content:'\e809'
}
.td-icon-right:before{
    content:'\e803'
}
.td-icon-menu-left:before{
    content:'\e80c'
}
.td-icon-menu-right:before{
    content:'\e80d'
}
